In This Topic
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Syntax
'Declaration
Public Overloads Overridable Sub AddRange( _
ByVal () As _
)
public virtual void AddRange(
[]
)
Parameters
- items
- An array of items.
See Also